home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
comms
/
gt1800_1.arj
/
DIAL.SCR
< prev
next >
Wrap
Text File
|
1990-03-16
|
394b
|
21 lines
writeln "Attempting to dial '" %name "' !!!"
dialer
case %FAIL
TRUE
goto BUSY
esac
writeln "Success!"
twait 1000
; The 'set' command quits the script
set online true
:BUSY
case %BUSY
TRUE
writeln "The line is busy..."
twait 1000
set online false
esac
writeln "Failed to make connection..."
twait 1000
set online false